html, body {
  height: 100%
}

a:hover {
  text-decoration: none;
}

hr {
  border-top: 1px solid #D0CFCF;
  margin: 30px 0;
}
/* FONTS */
body {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333332;
  background-image: url('../img/crossword.png');
  /*background-size: 500px 333px;*/
  /*background-color: #F5F5F5;*/
}

h1 {
  font-weight: 400;
}

/* HERO */
.welcome {
    text-align: center;
}

#hero {
    margin-top: 80px;
}

#left-hero {
  margin: 50px 0 20px;
  text-align: center;
}

#top-hero {
  margin: 5px 0 0 5px;
}

.intro {
    font-size: 18px;
    font-weight: 300;
    color: #302226;
    margin: 75px 0;
    line-height: 40px;
}

.post-subscribe {
    text-align: center;
}

.post-subscribe h4 {
    margin:30px 0;
}

/* FORM ELEMENTS */
/* Form Reset */
input, select, textarea { 
    margin:0; 
    padding:0; 
    outline:none; 
    font-family:inherit; 
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box; 
}

.form-wrapper {
	/*
		TODO Give this a minimum height
	*/
	margin: 0 auto;
	max-width: 500px;
	font-weight: 300;
}

.form-errors {
	margin-top: 15px;
	color: #CE4745;
}

input[type="text"],
select,
button {
	border: 1px solid #999;
	height: 40px;
	width: 100%;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.form-wrapper input[type="text"],
.form-wrapper .styled-select {
  margin-bottom: 20px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
}

button {
	color: #fff;
	background-color: #CE4745;
	border: 1px solid #8B2F2F;
	font-family: inherit;
}

button:active {
  color: #fff;
  background-color: #8B2F2F;
  border: 1px solid #8B2F2F;
  font-family: inherit;
}

select {
	background: transparent;
	padding: 5px;
	font-size: 14px;
	line-height: 2.1;
	border: 0;
	-webkit-appearance: none;
}

.styled-select {
	height: 40px;
	overflow: hidden;
	border: 1px solid #999;
	position: relative;
	background-color: #FFF;
}

.infocus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);  
}

.styled-select:after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #222222 transparent transparent transparent;
  position: absolute;
  top: 18px;
  right: 10px;
}

select:focus {
  outline: none;
  outline: none;
}



/* EVENTS */
.events-header {
  text-align: center;
  margin: 50px 0 20px;
  font-size: 18px;
  font-weight: 300;
}

.event-date {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-align: right;
  font-size: 30px;
  line-height: 40px;
}

.event-desc, .event-date {
  margin-bottom: 20px;
}

.event-name {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;  
}


/* EVENTS POSTS */
.list-wrapper {
  max-width: 500px;
  margin: 100px auto;
}

.events-posts h1 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 50px 0;
}

.list-item {
  margin-top: 40px;
}

.list-item a {
  color: #333332;
  text-decoration: none;
}

.list-item a h2:hover {
  color: #CE4745;
}

.subtitle {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 300;
}

.list-date {
  font-weight: 300;
  font-size: 16px;
  /*float: left;*/
  /*min-width: 30%;*/
  /*text-align: right;*/
  /*margin-right: 20px;*/
}

h2.date {
  font-weight: 200;
}

.list-desc {
  /*float: left;*/
}


/* VIDEOS */
.video-container {
    position: relative;
    padding-bottom: 57.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    margin: 30px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* FOOTER */
.legalese {
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 100;
  color: #b3b3b1;
  font-size: 12px;
  text-align: center;
}

.fullpage {
  height: 100%;
  padding:0;
}

.fullpage.span2 {
  background-color: black;
  color: white;
  width: 16.666666666%;
  margin: 0;
  padding: 0;
}

.fullpage.span10 {
  width: 83.333333333%;
  margin: 0;
  padding: 0;
}


/* NAV CUSTOMIZATION */
.nav > li > a:hover {
  background-color: transparent;
}

.nav-list {
  font-size: 16px;
  font-weight: 100;
  margin-top: 50px;
}

.nav-list > li > a,
.nav-list .nav-header {
  padding: 5px 20px;
  color: #efefef;
  text-shadow: none;
}

.nav-list > li > a:hover {
  color: #ffffff;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.nav-collapse .nav {
  margin: 10px 0;
}


/* HELPERS */
.clearfix {
  clear: both;
}

.center {
  text-align: center; 
}


/* RESPONSIVE TWEAKS */
@media (max-width: 767px) {
	.intro {
		font-size: 18px;
	}
	#hero {
	  margin-top: 30px;
	}
	.event-date {
	  text-align: left;
	  font-size: 20px;
	  line-height: 20px;
	  margin-bottom: 5px;
	}
  .list-date {
      text-align: left;
      display: block;
      float: none;
  }
  h2.date {
    font-size: 
  }
  .fullpage {
    height: 0;
  }
  .fullpage.span10 {
    overflow: none;
    width: 100%;
  }
  .post-subscribe h4{
    font-size: 16px;
  }

}

@media (min-width: 768px) and (max-width: 979px) {
  .welcome {
    padding:0 30px;
  }
  .events.container {
    max-width: 600px;
  }
  .event-date.span4 {
    max-width: 190px;
  }
  .event-desc.span8 {
    max-width: 390px;
    margin-left: 20px;
  }
  .fullpage.span10 {
    overflow: auto;
  }
  .post-wrapper {
    margin: 30px auto;
    max-width: 600px
  }

}

@media (min-width: 978px) {
  .welcome {
    padding:0 30px;
  }
  .events.container {
    max-width: 600px;
  }
  .event-date.span4 {
    max-width: 190px;
  }
  .event-desc.span8 {
    max-width: 390px;
    margin-left: 20px;
  }
  .fullpage.span10 {
    overflow: auto;
  }
  .post-wrapper {
    margin: 30px auto;
    max-width: 800px
  }

}